home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Genie / Projects / Pedestal / arch ideas next >
Encoding:
Text File  |  2000-06-24  |  194 b   |  8 lines

  1. Pedestal architecture ideas
  2. ===========================
  3.  
  4. class PedAgentDoc : public PedAgent {
  5.     // PedDocument *mDoc;  // The leaf subclass must declare this member
  6.     PedDocument &Document();
  7. };
  8.